翻訳と辞書
Words near each other
・ Lightwave (band)
・ LightWave 3D
・ Lightweight
・ Lightweight (disambiguation)
・ Lightweight (film)
・ Lightweight (MMA)
・ Lightweight Access Point Protocol
・ Lightweight Directory Access Protocol
・ Lightweight Exo-Atmospheric Projectile
・ Lightweight Extensible Authentication Protocol
・ Lightweight Fighter program
・ Lightweight Heavy
・ Lightweight Helmet
・ Lightweight Imaging Device Interface Language
・ Lightweight Java
Lightweight Java Game Library
・ Lightweight Kernel Operating System
・ Lightweight Linux distribution
・ Lightweight markup language
・ Lightweight Medium Machine Gun
・ Lightweight methodology
・ Lightweight Multirole Missile
・ Lightweight ontology
・ Lightweight Portable Security
・ Lightweight Presentation Protocol
・ Lightweight programming language
・ Lightweight protocol
・ Lightweight rowing
・ Lightweight Rucksack
・ Lightweight Small Arms Technologies


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Lightweight Java Game Library : ウィキペディア英語版
Lightweight Java Game Library

The Lightweight Java Game Library (LWJGL) is an open source Java software library for video game developers.
LWJGL exposes high performance cross-platform libraries commonly used in developing video games and multimedia titles, such as OpenGL (Open Graphics Library), OpenAL (Open Audio Library) and OpenCL (Open Computing Language). It further provides access to controllers such as gamepads, steering wheels and joysticks in a platform-neutral way.
The primary goal of the project is to provide a way for Java developers to get access to resources that are otherwise unavailable or poorly implemented on the existing Java platform. The main philosophy is to expose underlying technology as a thin wrapper, thus creating a simple API. It is also the basis of many high-level Java game engines and libraries, such as LibGDX or the JMonkeyEngine.
LWJGL is available under a BSD license.
On 13 November 2014 version 3 was announced, which was released in alpha version on 27 April 2015 and is a complete rewrite of LWJGL. Many new bindings, including GLFW, EGL and Objective-C, were added. Support for Oculus Rift development was also added with LibOVR bindings.
== Bindings ==

The library accesses native C code through the Java Native Interface (JNI). Bindings to each of the native libraries exist as different modules so developers can make custom builds with only the things they need in a certain program.
While utility classes are written in pure Java, most of the binding classes are automatically generated by a custom generator implemented in Kotlin.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Lightweight Java Game Library」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.